home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / wheels1.arc / FILENAME.TYP < prev    next >
Text File  |  1985-06-28  |  251b  |  7 lines

  1. { Many different procedures and functions will need this type declaration.
  2.   If they all declare it, it's an error ("multiple &c.").  So, each of
  3.   the procedures involved asks you to INCLUDE this file, too}
  4.  
  5. type
  6.   filename_type = string[64];
  7.